home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 141
/
(Vol 141) Oct 17 2011.iso
/
Games
/
grizzly-adventure.swf
/
scripts
/
en_US$skins_properties.as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-10-17
|
393 b
|
20 lines
package
{
import mx.resources.ResourceBundle;
public class en_US$skins_properties extends ResourceBundle
{
public function en_US$skins_properties()
{
super("en_US","skins");
}
override protected function getContent() : Object
{
return {"notLoaded":"Unable to load \'{0}\'."};
}
}
}